home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / mayo / sampler.z / LINGO.INI < prev    next >
Encoding:
Text File  |  1994-03-30  |  214 b   |  8 lines

  1.  
  2. on startup
  3.     put "Now loading LINGO.INI"&&the date&&the time
  4.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  5.     set the centerStage to TRUE
  6.     openxlib "dpwqtw"
  7. end startup
  8.